php parse xml

44

php parse xml -

$movies = new SimpleXMLElement($xmlstr);

echo $movies->movie[0]->plot;

Comments

Submit
0 Comments